@BGroupSpace @P@ICopyright Gold Disk Inc., February, 1992
This Genie will reposition all the boxes in the current group. Boxes will be spaced out by a user-specified distance. Distance can be set between left, right, top, or bottom edges, box centers, or boxes.
*/
cr = '0a'x
address command
call SafeEndEdit.rexx()
call ppm_AutoUpdate(0)
units = ppm_GetUnits()
if units = 3 then
call ppm_SetUnits(1)
signal on halt
signal on break_c
signal on break_e
signal on break_d
group = ppm_GroupFirstBox()
if group = 0 then exit_msg("Please select a group first")